home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / convert / ImportComAction.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  632 b   |  17 lines

  1. package com.extensibility.convert;
  2.  
  3. import com.extensibility.xa.SchemaDoc;
  4.  
  5. public class ImportComAction extends ImportMetaAction {
  6.    ImportComMeta importer;
  7.  
  8.    public ImportComAction(SchemaDoc var1) {
  9.       super(var1, "import.item.com");
  10.    }
  11.  
  12.    public MetaSpectIntf createMetaSpectIntf() {
  13.       this.importer = new ImportComMeta();
  14.       return this.importer;
  15.    }
  16. }
  17.